home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi053.dir / 00072_Script_72 < prev    next >
Text File  |  1983-01-31  |  655b  |  31 lines

  1. on exitFrame
  2.  
  3.   if the mousecast =201 then
  4.     set the castnum of sprite 48 to 203
  5.   end if
  6.   
  7.   if the mousecast =83 then
  8.     set the visible of sprite 47 to true
  9.     set the visible of sprite 48 to true
  10.   end if
  11.   
  12.   if the mousev<421 then
  13.     set the visible of sprite 47 to false
  14.     set the visible of sprite 48 to false
  15.   end if
  16.   
  17.   if the mousecast =260 then
  18.     set the castnum of sprite 46 to 270
  19.   end if
  20.   
  21.   if the mousecast =85 or the mousecast=1  then
  22.     set the castnum of sprite 46 to 260
  23.     
  24.   end if
  25.   
  26.   if the mousecast=200 then
  27.     set the castnum of sprite 48 to 201
  28.   end if
  29.   
  30.   go to the frame
  31. end